internal/strconv.uint128.Hi (field)
19 uses
internal/strconv (current package)
atofeisel.go#L46: xHi, xLo := bits.Mul64(man, pow.Hi)
atofeisel.go#L121: xHi, xLo := bits.Mul64(man, pow.Hi)
ftoadbox.go#L187: u.Hi++
ftoadbox.go#L233: r := umul128(x, y.Hi)
ftoadbox.go#L240: high := x * y.Hi
ftoadbox.go#L242: return uint128{uint64(high + highLow.Hi), highLow.Lo}
ftoadbox.go#L250: intPart = r.Hi
ftoadbox.go#L270: parity = ((r.Hi >> (64 - beta)) & 1) != 0
ftoadbox.go#L271: isInt = ((uint64(r.Hi << beta)) | (r.Lo >> (64 - beta))) == 0
ftoadbox.go#L287: return uint32(φ.Hi >> (64 - 1 - β))
ftoadbox.go#L309: left = (φ.Hi - (φ.Hi >> (float64MantBits + 2))) >> (64 - float64MantBits - 1 - β)
ftoadbox.go#L310: right = (φ.Hi + (φ.Hi >> (float64MantBits + 1))) >> (64 - float64MantBits - 1 - β)
ftoadbox.go#L323: return (phi.Hi>>(128/2-floatMantBits64-2-beta) + 1) / 2
ftoadbox.go#L345: m.Hi++
ftoadbox.go#L348: return m.Hi, exp
math.go#L12: Hi uint64
math.go#L25: hi, mid2 := bits.Mul64(x, y.Hi)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |